home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / scthf101.zip / README.DOC < prev    next >
Text File  |  1993-05-26  |  5KB  |  117 lines

  1.  
  2. Welcome to SCREEN Thief! The following instructions will show you
  3. how to install the software and get up and running in next to no
  4. time. They will also contain details of any last minute changes
  5. not documented elsewhere.
  6.  
  7.  
  8. Installation
  9.  
  10. To install SCREEN Thief, insert the disk supplied into a drive
  11. and then select that drive by typing "A:" or "B:" as appropriate
  12. followed by <ENTER>. Next, type "INSTALL", press <ENTER> and
  13. follow the on-screen instructions. You will be asked for a
  14. destination drive and path for SCREEN Thief which default to
  15. "C:" and "\ST" respectively. Change these if necessary, although
  16. it will be easier to stay with the defaults as they will be used
  17. in the various examples.
  18.  
  19. Running SCREEN Thief
  20.  
  21. To run SCREEN Thief with the default settings, change to the
  22. "\ST" directory and simply type "ST". SCREEN Thief will then be
  23. installed and you can run whatever program you need to grab a
  24. screen from. To actually grab a screen, press the <CTRL>, <ALT>
  25. and <T> keys together and you will hear a clicking noise from
  26. your PC speaker as SCREEN Thief is working. The image file
  27. produced will be in colour GIF format and given a name
  28. consisting of the first 6 letters of the name of the program
  29. currently being run followed by a number, eg, "FILENA01.GIF".
  30. This file will be saved to the current directory but you can
  31. specify a different directory when you run SCREEN Thief as
  32. follows:
  33.  
  34. ST C:\CAPTURE
  35.  
  36. This will save all captured image files to the "C:\CAPTURE"
  37. directory.
  38.  
  39. The Command Line
  40.  
  41. All of SCREEN Thief's operational characteristics are controlled
  42. by command line parameters, mostly switches. Once installed, all
  43. changes to the way SCREEN Thief operates can only be made via
  44. the command line. All the various command line parameters are
  45. covered in detail in the Reference Section of this manual, but
  46. the more commonly used ones will be covered here. These
  47. parameters are:
  48.  
  49. /OUTPUT Sets the Output Image File Format to either GIF, TIFF,
  50. PCX or BMP. The default setting is GIF and the syntax of this
  51. switch is /O:TIFF.
  52.  
  53. /MONO   Enables and disables Mono Translation, ie, producing a
  54. black and white image. The default setting is disabled and the
  55. syntax of this switch is /M+ to enable and /M- to disable.
  56.  
  57. /UNLOAD Removes SCREEN Thief from memory. This is the only way
  58. to correctly remove SCREEN Thief from memory; do not use
  59. programs such as MARK and RELEASE. The syntax of this switch is
  60. /U.
  61.  
  62. Example
  63.  
  64. To use SCREEN Thief to capture screens and output them in mono
  65. PCX format to a directory called C:\PICTURES, type the following:
  66.  
  67. ST C:\PICTURES /M+ /O:PCX
  68.  
  69. Once SCREEN Thief is loaded in this way, you could then, for
  70. example, change the output file format by typing the following
  71. from the \ST Directory:
  72.  
  73. ST /O:GIF
  74.  
  75. Each time you make a change, the SCREEN Thief window will pop up
  76. showing the new setup.
  77.  
  78. The SCREENTHIEF Environment Variable
  79.  
  80. If you regularly use a particular setup for SCREEN Thief that is
  81. not the same as the default setup, you can avoid having to type
  82. all the command line switches each time, as in the example
  83. above, by using an environment variable. This is a string
  84. containing the required command line parameters that is placed
  85. in the AUTOEXEC.BAT file using the DOS SET command as in the
  86. example below:
  87.  
  88. SET SCREENTHIEF=C:\PICTURES /M+ /O:PCX
  89.  
  90. This will then use these parameters every time SCREEN Thief is
  91. run, overriding the defaults so that you only need to type "ST"
  92. to access your most used setup. The command line parameters will
  93. override the environment variable so you can still run SCREEN
  94. Thief differently as necessary.
  95.  
  96. The Help System
  97.  
  98. SCREEN Thief has an extensive help system that may be used in
  99. one of two ways. Firstly, if an error occurs, the help system
  100. will be automatically started, the error message displayed and
  101. the correct subject highlighted. Simply press the right-arrow
  102. key to expand the help screen for further information. Please
  103. note that not all errors will produce this automatic help; some,
  104. such as "Directory Non Existent" that are self-explanatory, just
  105. bring up an error message and quit the program.
  106.  
  107. Secondly, the help system may be started without actually
  108. loading SCREEN Thief, by typing "ST /?" from the "\ST"
  109. directory. You will see the SCREEN Thief window on the screen at
  110. this point containing a list of help subjects. Select the
  111. subject you require using the up-arrow and down-arrow keys and
  112. then press the right-arrow key to expand the help screen. Where
  113. applicable, use the up-arrow and down-arrow or the page-up and
  114. page-down keys to view the text in the expanded help screen. The
  115. left-arrow key will return you to the list of help subjects.
  116.  
  117.